home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / datalife.igz / datalife.img / LETTER.BAT < prev    next >
DOS Batch File  |  2003-07-31  |  983b  |  52 lines

  1. @echo off
  2. set DESTPATH=%1:\
  3. echo Your RAM Disk is %DESTPATH%
  4. path=a:\;%DESTPATH%
  5.  
  6. splash
  7. ECHO Loading files into memory, please wait...
  8.  
  9. IF NOT EXIST dmzip.exe GOTO DISK_PROMPT
  10. GOTO COPY_DISK
  11.  
  12. :DISK_PROMPT
  13. choice /c:C /N Please insert the Data Lifeguard installation disk and press 'c' to continue
  14. IF NOT EXIST dmzip.exe GOTO DISK_PROMPT
  15.  
  16. :COPY_DISK
  17. copy dmzip.exe %DESTPATH%
  18. %DESTPATH%dmzip.exe %DESTPATH%
  19.  
  20. splash
  21. cls
  22. %1:
  23. xbios  /Z /I /X
  24.  
  25. drmouse
  26. if errorlevel 10 goto MOUSEERR
  27. if errorlevel 9 goto MOUSEERR
  28. if errorlevel 8 goto MOUSEERR
  29. if errorlevel 7 goto MOUSEERR
  30. if errorlevel 6 goto MOUSEERR
  31. if errorlevel 5 goto MOUSEERR
  32. if errorlevel 4 goto MOUSEERR
  33. if errorlevel 3 goto MOUSEERR
  34. if errorlevel 2 goto MOUSEERR
  35. goto NOMOUSEERR
  36.  
  37. :MOUSEERR
  38. drmouse /u
  39. set NOMOUSE=TRUE
  40.  
  41. :NOMOUSEERR
  42. if "%NOMOUSE%"=="TRUE" goto NMOUSE
  43.  
  44. CALL %DESTPATH%dl.exe /ve:32
  45. goto END
  46.  
  47. :NMOUSE
  48. CALL %DESTPATH%dl.exe /ve:32 NOMOUSE
  49.  
  50. :END
  51. cls
  52. call reboot.exe